services.gitlab-runner.services.<name>.dockerVolumes

Bind-mount a volume and create it if it doesn't exist prior to mounting.

Type
list of string
Default
[ ]
Example
[
  "/var/run/docker.sock:/var/run/docker.sock"
]
Declared
<nix-darwin/modules/services/gitlab-runner.nix>